[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RestScr (aScreenArray) --> true:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Functions:
~~~~~~~~~~
The screen is restored, cursor shape and position, colors and the  text
from the aScreeenArray created by SaveScr().

Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
aScreenArray: array of data saved by SaveScr()

Return value:
~~~~~~~~~~~~~
true

Example:
~~~~~~~~
    local aS:=SaveScr()    //screen save
    cls                    //erase
    InKey(0)               //wait for keypress
    RestScr(aS)            //screen restore

Source code is in file  Object1.prg

See Also: SaveScr SaveDOut RestDOut DOut
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson